Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmInventoryType
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmInventoryType))
26         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.lblSet = New System.Windows.Forms.Label()
32         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
33         Me.txtInventoryType = New System.Windows.Forms.TextBox()
34         Me.txtType = New System.Windows.Forms.TextBox()
35         Me.lblUser = New System.Windows.Forms.Label()
36         Me.Panel3 = New System.Windows.Forms.Panel()
37         Me.btnDelete = New System.Windows.Forms.Button()
38         Me.btnClose = New System.Windows.Forms.Button()
39         Me.btnUpdate = New System.Windows.Forms.Button()
40         Me.btnSave = New System.Windows.Forms.Button()
41         Me.btnNew = New System.Windows.Forms.Button()
42         Me.dgw = New System.Windows.Forms.DataGridView()
43         Me.Panel2 = New System.Windows.Forms.Panel()
44         Me.Label1 = New System.Windows.Forms.Label()
45         Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn()
46         Me.Panel1.SuspendLayout
47         Me.GroupBox1.SuspendLayout
48         Me.Panel3.SuspendLayout
49         CType(Me.dgw,System.ComponentModel.ISupportInitialize).BeginInit
50         Me.Panel2.SuspendLayout
51         Me.SuspendLayout
52         
'
53         
'Panel1
54         
'
55         Me.Panel1.BackColor = System.Drawing.Color.White
56         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
57         Me.Panel1.Controls.Add(Me.lblSet)
58         Me.Panel1.Controls.Add(Me.GroupBox1)
59         Me.Panel1.Controls.Add(Me.txtType)
60         Me.Panel1.Controls.Add(Me.lblUser)
61         Me.Panel1.Controls.Add(Me.Panel3)
62         Me.Panel1.Controls.Add(Me.dgw)
63         Me.Panel1.Controls.Add(Me.Panel2)
64         Me.Panel1.Location = New System.Drawing.Point(
3, 3)
65         Me.Panel1.Name =
"Panel1"
66         Me.Panel1.Size = New System.Drawing.Size(
323, 324)
67         Me.Panel1.TabIndex =
2
68         
'
69         
'lblSet
70         
'
71         Me.lblSet.AutoSize =
true
72         Me.lblSet.Location = New System.Drawing.Point(
23, 288)
73         Me.lblSet.Name =
"lblSet"
74         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
75         Me.lblSet.TabIndex =
47
76         Me.lblSet.Text =
"Set"
77         Me.lblSet.Visible =
false
78         
'
79         
'GroupBox1
80         
'
81         Me.GroupBox1.Controls.Add(Me.txtInventoryType)
82         Me.GroupBox1.Location = New System.Drawing.Point(
104, 269)
83         Me.GroupBox1.Name =
"GroupBox1"
84         Me.GroupBox1.Size = New System.Drawing.Size(
213, 51)
85         Me.GroupBox1.TabIndex =
45
86         Me.GroupBox1.TabStop =
false
87         Me.GroupBox1.Text =
"Inventory Type :"
88         
'
89         
'txtInventoryType
90         
'
91         Me.txtInventoryType.BackColor = System.Drawing.Color.White
92         Me.txtInventoryType.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
93         Me.txtInventoryType.Location = New System.Drawing.Point(
19, 19)
94         Me.txtInventoryType.Name =
"txtInventoryType"
95         Me.txtInventoryType.Size = New System.Drawing.Size(
186, 21)
96         Me.txtInventoryType.TabIndex =
0
97         
'
98         
'txtType
99         
'
100         Me.txtType.Location = New System.Drawing.Point(
253, 247)
101         Me.txtType.Name =
"txtType"
102         Me.txtType.Size = New System.Drawing.Size(
56, 20)
103         Me.txtType.TabIndex =
44
104         Me.txtType.Visible =
false
105         
'
106         
'lblUser
107         
'
108         Me.lblUser.AutoSize =
true
109         Me.lblUser.Location = New System.Drawing.Point(
216, 250)
110         Me.lblUser.Name =
"lblUser"
111         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
112         Me.lblUser.TabIndex =
43
113         Me.lblUser.Text =
"Label8"
114         Me.lblUser.Visible =
false
115         
'
116         
'Panel3
117         
'
118         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
119         Me.Panel3.Controls.Add(Me.btnDelete)
120         Me.Panel3.Controls.Add(Me.btnClose)
121         Me.Panel3.Controls.Add(Me.btnUpdate)
122         Me.Panel3.Controls.Add(Me.btnSave)
123         Me.Panel3.Controls.Add(Me.btnNew)
124         Me.Panel3.Location = New System.Drawing.Point(
219, 37)
125         Me.Panel3.Name =
"Panel3"
126         Me.Panel3.Size = New System.Drawing.Size(
98, 207)
127         Me.Panel3.TabIndex =
41
128         
'
129         
'btnDelete
130         
'
131         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
132         Me.btnDelete.Enabled =
false
133         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
134         Me.btnDelete.Image = CType(resources.GetObject(
"btnDelete.Image"),System.Drawing.Image)
135         Me.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
136         Me.btnDelete.Location = New System.Drawing.Point(
6, 124)
137         Me.btnDelete.Name =
"btnDelete"
138         Me.btnDelete.Size = New System.Drawing.Size(
83, 35)
139         Me.btnDelete.TabIndex =
3
140         Me.btnDelete.Text =
"&Delete"
141         Me.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
142         Me.btnDelete.UseVisualStyleBackColor =
true
143         
'
144         
'btnClose
145         
'
146         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
147         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
148         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"),System.Drawing.Image)
149         Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
150         Me.btnClose.Location = New System.Drawing.Point(
6, 163)
151         Me.btnClose.Name =
"btnClose"
152         Me.btnClose.Size = New System.Drawing.Size(
83, 35)
153         Me.btnClose.TabIndex =
4
154         Me.btnClose.Text =
"&Close"
155         Me.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
156         Me.btnClose.UseVisualStyleBackColor =
true
157         
'
158         
'btnUpdate
159         
'
160         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
161         Me.btnUpdate.Enabled =
false
162         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
163         Me.btnUpdate.Image = CType(resources.GetObject(
"btnUpdate.Image"),System.Drawing.Image)
164         Me.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
165         Me.btnUpdate.Location = New System.Drawing.Point(
6, 85)
166         Me.btnUpdate.Name =
"btnUpdate"
167         Me.btnUpdate.Size = New System.Drawing.Size(
83, 35)
168         Me.btnUpdate.TabIndex =
2
169         Me.btnUpdate.Text =
"&Update"
170         Me.btnUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
171         Me.btnUpdate.UseVisualStyleBackColor =
true
172         
'
173         
'btnSave
174         
'
175         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
176         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
177         Me.btnSave.Image = CType(resources.GetObject(
"btnSave.Image"),System.Drawing.Image)
178         Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
179         Me.btnSave.Location = New System.Drawing.Point(
6, 46)
180         Me.btnSave.Name =
"btnSave"
181         Me.btnSave.Size = New System.Drawing.Size(
83, 35)
182         Me.btnSave.TabIndex =
1
183         Me.btnSave.Text =
"&Save"
184         Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
185         Me.btnSave.UseVisualStyleBackColor =
true
186         
'
187         
'btnNew
188         
'
189         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
190         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
191         Me.btnNew.Image = CType(resources.GetObject(
"btnNew.Image"),System.Drawing.Image)
192         Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
193         Me.btnNew.Location = New System.Drawing.Point(
6, 7)
194         Me.btnNew.Name =
"btnNew"
195         Me.btnNew.Size = New System.Drawing.Size(
83, 35)
196         Me.btnNew.TabIndex =
0
197         Me.btnNew.Text =
"&New"
198         Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight
199         Me.btnNew.UseVisualStyleBackColor =
true
200         
'
201         
'dgw
202         
'
203         Me.dgw.AllowUserToAddRows =
false
204         Me.dgw.AllowUserToDeleteRows =
false
205         DataGridViewCellStyle5.BackColor = System.Drawing.Color.FloralWhite
206         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
207         Me.dgw.BackgroundColor = System.Drawing.Color.White
208         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
209         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
210         DataGridViewCellStyle6.BackColor = System.Drawing.Color.LightSeaGreen
211         DataGridViewCellStyle6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
212         DataGridViewCellStyle6.ForeColor = System.Drawing.Color.Black
213         DataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.LightSteelBlue
214         DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
215         DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
216         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
217         Me.dgw.ColumnHeadersHeight =
24
218         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Description})
219         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
220         Me.dgw.EnableHeadersVisualStyles =
false
221         Me.dgw.GridColor = System.Drawing.Color.White
222         Me.dgw.Location = New System.Drawing.Point(
4, 37)
223         Me.dgw.MultiSelect =
false
224         Me.dgw.Name =
"dgw"
225         Me.dgw.ReadOnly =
true
226         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
227         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
228         DataGridViewCellStyle7.BackColor = System.Drawing.Color.Orange
229         DataGridViewCellStyle7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
230         DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText
231         DataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.LightSeaGreen
232         DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
233         DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
234         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle7
235         Me.dgw.RowHeadersWidth =
25
236         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
237         DataGridViewCellStyle8.BackColor = System.Drawing.Color.White
238         DataGridViewCellStyle8.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
239         DataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.MediumTurquoise
240         DataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.White
241         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle8
242         Me.dgw.RowTemplate.Height =
18
243         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
244         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
245         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
246         Me.dgw.Size = New System.Drawing.Size(
204, 226)
247         Me.dgw.TabIndex =
40
248         
'
249         
'Panel2
250         
'
251         Me.Panel2.BackColor = System.Drawing.Color.LightSeaGreen
252         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
253         Me.Panel2.Controls.Add(Me.Label1)
254         Me.Panel2.Location = New System.Drawing.Point(
4, 4)
255         Me.Panel2.Name =
"Panel2"
256         Me.Panel2.Size = New System.Drawing.Size(
313, 28)
257         Me.Panel2.TabIndex =
0
258         
'
259         
'Label1
260         
'
261         Me.Label1.AutoSize =
true
262         Me.Label1.BackColor = System.Drawing.Color.Transparent
263         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
264         Me.Label1.ForeColor = System.Drawing.Color.White
265         Me.Label1.Location = New System.Drawing.Point(
53, 0)
266         Me.Label1.Name =
"Label1"
267         Me.Label1.Size = New System.Drawing.Size(
218, 24)
268         Me.Label1.TabIndex =
0
269         Me.Label1.Text =
"List of Inventory Types"
270         
'
271         
'Description
272         
'
273         Me.Description.HeaderText =
"Inventory Type"
274         Me.Description.Name =
"Description"
275         Me.Description.ReadOnly =
true
276         Me.Description.Width =
180
277         
'
278         
'frmInventoryType
279         
'
280         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6!, 13!)
281         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
282         Me.BackColor = System.Drawing.Color.Orange
283         Me.ClientSize = New System.Drawing.Size(
330, 330)
284         Me.Controls.Add(Me.Panel1)
285         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
286         Me.Icon = CType(resources.GetObject(
"$this.Icon"),System.Drawing.Icon)
287         Me.MaximizeBox =
false
288         Me.MinimizeBox =
false
289         Me.Name =
"frmInventoryType"
290         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
291         Me.Panel1.ResumeLayout(
false)
292         Me.Panel1.PerformLayout
293         Me.GroupBox1.ResumeLayout(
false)
294         Me.GroupBox1.PerformLayout
295         Me.Panel3.ResumeLayout(
false)
296         CType(Me.dgw,System.ComponentModel.ISupportInitialize).EndInit
297         Me.Panel2.ResumeLayout(
false)
298         Me.Panel2.PerformLayout
299         Me.ResumeLayout(
false)
300
301 End Sub
302     Friend WithEvents Panel1 As System.Windows.Forms.Panel
303     Friend WithEvents txtInventoryType As System.Windows.Forms.TextBox
304     Friend WithEvents dgw As System.Windows.Forms.DataGridView
305     Friend WithEvents Panel2 As System.Windows.Forms.Panel
306     Friend WithEvents Label1 As System.Windows.Forms.Label
307     Friend WithEvents Panel3 As System.Windows.Forms.Panel
308     Friend WithEvents btnDelete As System.Windows.Forms.Button
309     Friend WithEvents btnClose As System.Windows.Forms.Button
310     Friend WithEvents btnUpdate As System.Windows.Forms.Button
311     Friend WithEvents btnSave As System.Windows.Forms.Button
312     Friend WithEvents btnNew As System.Windows.Forms.Button
313     Friend WithEvents txtType As System.Windows.Forms.TextBox
314     Friend WithEvents lblUser As System.Windows.Forms.Label
315     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
316     Friend WithEvents lblSet As System.Windows.Forms.Label
317     Friend WithEvents Description As System.Windows.Forms.DataGridViewTextBoxColumn
318
319 End Class


Gõ tìm kiếm nhanh...